flowbox: Fix compiler warnings
authorBenjamin Otte <otte@redhat.com>
Sat, 30 May 2015 03:59:55 +0000 (05:59 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 30 May 2015 04:00:14 +0000 (06:00 +0200)
Introduced in e59e38b58120f8d998b5e204506fc552e2efd00d

gtk/gtkflowbox.c

index 66cff35c37de8a0b134b1c421bc8e3ea47741abc..d858cecddb9322d19c5d153df71279e627b0a1d9 100644 (file)
@@ -61,6 +61,7 @@
 #include "gtkorientableprivate.h"
 #include "gtkintl.h"
 #include "gtkcssnodeprivate.h"
+#include "gtkwidgetprivate.h"
 
 #include "a11y/gtkflowboxaccessibleprivate.h"
 #include "a11y/gtkflowboxchildaccessible.h"
@@ -4008,7 +4009,7 @@ gtk_flow_box_new (void)
 }
 
 static void
-gtk_flow_box_insert_css_node (GtkListBox    *box,
+gtk_flow_box_insert_css_node (GtkFlowBox    *box,
                               GtkWidget     *child,
                               GSequenceIter *iter)
 {